home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / HTML Tool 3.5 / htmltool.exe / _SETUP.1 / Link Box.scp < prev    next >
Encoding:
Text File  |  1998-04-12  |  535 b   |  18 lines

  1. <HTMLtool>Dropdown list with links</HTMLtool>
  2. <!-- LinkBox
  3. Change the values to your links!
  4. -->
  5.  
  6. <FORM>
  7.  
  8. <SELECT NAME="list">
  9. <OPTION SELECTED VALUE="http://www.poboxes.com/HTMLtool">Lorenz Graf's HTMLtool homepage
  10. <OPTION VALUE="http://members.xoom.com/weballey">WebAlley
  11. <OPTION VALUE="http://www.netscape.com">Netscape
  12. <OPTION VALUE="http://www.microsoft">Microsoft
  13. </SELECT><P>
  14.  
  15. <INPUT TYPE=BUTTON VALUE="Go there !" 
  16. ONCLICK="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
  17.  
  18. </FORM>